home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK2.toast / Development Kits (Disc 2) / QuickTime™ VR 2.0 SDK / Documentation + Extras / Unsupported Tools / RotateMovie / About RotateMovie next >
Encoding:
Text File  |  1997-05-22  |  1.2 KB  |  31 lines  |  [TEXT/MPS ]

  1. RotateMovie is an MPW tool that serves a simple, dedicated purpose in life: to rotate regular
  2. QuickTime movies to the correct orientation for playing in a panorama's backbuffer (90 degrees CCW).
  3.  
  4. RotateMovie will take one video and one sound track from the input movie.
  5.  
  6. The video track is output as much as possible just like the input track; the codec,
  7. spatialQuality, temporalQuality (unless -noFD is specified, in which case frame differencing
  8. is forced off regardless of the source's setting), bit depth, layer, and dimensions (rotated,
  9. of course) are all based on the input track.
  10.  
  11. The sound track is passed through unmodified as a reference; this means that if your source file
  12. had a sound track, you will need to flatten the output file to eliminate the reference back
  13. to the source sound track.
  14.  
  15. Processing can be aborted by pressing the mouse button.
  16.  
  17.  
  18. Usage:
  19.  
  20. RotateMovie [options...] <outFile>, where options are:
  21. -in <inFile>          Input MooV file
  22. -noFD                 No Frame Differencing
  23.  
  24.  
  25. The -noFD option is provided to prevent frame differencing in the final movie. Frame
  26. differencing can cause visual problems when playing the movie in a panorama if the update rate
  27. is not maintained on slower machines.
  28.  
  29.  
  30. 2/14/97
  31. BDW